home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / minix / up1510b.tgz / up1510b / src / kernel / stvideo.h.D < prev    next >
Text File  |  1990-07-25  |  505b  |  16 lines

  1. *** /tmp/,RCSt1022353    Wed Jul 25 13:56:20 1990
  2. --- stvideo.h    Mon Jul 23 10:52:41 1990
  3. ***************
  4. *** 8,12 ****
  5.   struct video {
  6. !     char    vdb[64];    /* sparsely filled, both odd and even */
  7. !     short    vd_rgb[16];    /* RGB for simultaneous colors */
  8. !     char    vd_res;        /* resolution */
  9.   };
  10. --- 8,12 ----
  11.   struct video {
  12. !     unsigned char  vdb[64];    /* sparsely filled, both odd and even */
  13. !     unsigned short vd_rgb[16];    /* RGB for simultaneous colors */
  14. !     unsigned char  vd_res;    /* resolution */
  15.   };
  16.